-
Notifications
You must be signed in to change notification settings - Fork 36
Add workflow: githubnext/agentics/weekly-research #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 tasks
github-actions bot
added a commit
that referenced
this pull request
Oct 11, 2025
Fix quote injection vulnerability in import directive deprecation warning message. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5 tasks
pelikhan
pushed a commit
that referenced
this pull request
Oct 11, 2025
…ng (Alert #8) (#1523) * Security Fix: Unsafe Quoting in Import Directive Warning (Alert #8) Fix quote injection vulnerability in import directive deprecation warning message. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Add changeset for security fix: unsafe quoting in import directive warning 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Security Fix PR <github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude <noreply@anthropic.com>
7 tasks
7 tasks
Merged
7 tasks
Copilot AI
added a commit
that referenced
this pull request
Nov 24, 2025
This update addresses Dependabot security alert #8 by upgrading the Sentry MCP server package to version 0.23.0. Changes made: - Updated package.json to pin @sentry/mcp-server to 0.23.0 - Updated package-lock.json with the new version and dependencies - Updated shared/mcp/sentry.md to use @sentry/mcp-server@0.23.0 - Recompiled mcp-inspector.lock.yml with the new version Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
pelikhan
added a commit
that referenced
this pull request
Nov 24, 2025
* Initial plan * Update @sentry/mcp-server from 0.21.0 to 0.23.0 This update addresses Dependabot security alert #8 by upgrading the Sentry MCP server package to version 0.23.0. Changes made: - Updated package.json to pin @sentry/mcp-server to 0.23.0 - Updated package-lock.json with the new version and dependencies - Updated shared/mcp/sentry.md to use @sentry/mcp-server@0.23.0 - Recompiled mcp-inspector.lock.yml with the new version Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This was referenced Dec 8, 2025
Merged
This was referenced Dec 16, 2025
6 tasks
This was referenced Jan 4, 2026
This was referenced Jan 11, 2026
This was referenced Jan 14, 2026
Merged
This was referenced Jan 20, 2026
Copilot AI
added a commit
that referenced
this pull request
Jan 22, 2026
…discussion instead - Removed create-discussion safe-output from all 4 smoke workflows - Re-added github-queries-safe-input.md import to all smoke workflows - Updated test requirement #7/#8 to query the latest discussion using github-discussion-query with limit=1, jq=".[0]" - Updated output instructions to comment on the latest discussion instead of a created one - Agents now pick the latest available discussion and add themed comments to it - Recompiled all workflows successfully Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI
added a commit
that referenced
this pull request
Jan 22, 2026
… number and using add_comment - Updated test requirement #7/#8 in all smoke workflows with explicit 3-step instructions - Step 1: Use github-discussion-query with limit=1, jq=".[0]" to get latest discussion - Step 2: Extract the discussion number from the JSON result - Step 3: Use add_comment tool with discussion_number parameter to add themed comment - Updated output instructions to reference the extracted discussion_number - Applied to all 4 smoke workflows: copilot, claude, codex, opencode - Recompiled all workflows successfully Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This was referenced Jan 23, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automatically created PR to add workflow: githubnext/agentics/weekly-research